Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github: Make actions only run on PR #2

Merged
merged 1 commit into from
Nov 28, 2023
Merged

github: Make actions only run on PR #2

merged 1 commit into from
Nov 28, 2023

Conversation

h67ma
Copy link
Owner

@h67ma h67ma commented Nov 28, 2023

Remove push trigger from both actions (build, clang-format), since it's also triggering when merging a pull request. So basically actions run twice - first in PR, then on merge.

Also add a manual dispatch trigger for both, if for whatever reason they need to be run with no code changes.

Remove push trigger from both actions (build, clang-format), since it's
also triggering when merging a pull request. So basically actions run
twice - first in PR, then on merge.

Also add a manual dispatch trigger for both, if for whatever reason they
need to be run with no code changes.

Signed-off-by: h67ma <[email protected]>
@h67ma h67ma added the improvement Enhancement to an existing feature label Nov 28, 2023
@h67ma h67ma merged commit 5683d1e into main Nov 28, 2023
3 checks passed
@h67ma h67ma deleted the no_actions_on_push branch November 28, 2023 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Enhancement to an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant